From b20f22d5c4d82777835b26c56637675c383cead5 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 21 Dec 2005 20:17:22 +0100 Subject: [PATCH] Remove unused local variables (from removed REASIGN_PAGE function). Signed-off-by: Keir Fraser --- xen/arch/x86/mm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xen/arch/x86/mm.c b/xen/arch/x86/mm.c index c306df588f..e6a99065e3 100644 --- a/xen/arch/x86/mm.c +++ b/xen/arch/x86/mm.c @@ -1718,8 +1718,7 @@ int do_mmuext_op( unsigned long mfn, type, done = 0; struct pfn_info *page; struct vcpu *v = current; - struct domain *d = v->domain, *e; - u32 x, y, _d, _nd; + struct domain *d = v->domain; LOCK_BIGLOCK(d); -- 2.30.2